/*电脑版公用属性*/
*{ margin:0px; padding:0px;}
body{ min-width:640px; max-width:1920px; font-family:"Microsoft YaHei"; margin:0 auto; font-size:14px; background:#ffffff; }
a{ text-decoration:none;color:#000000;}
img{border:none;}
a:visited{text-decoration:none;}
a:hover { text-decoration:none;color:#0cb0dc; cursor:pointer;}
ul,li{ list-style:none;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}


/*主流分页样式*/
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:14px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}



/*去掉百度地图长地万方标识*/
.anchorBL{display:none;}

/*a标签圆角处理*/
.button {
    display: inline-block;
    position: relative;
    margin: 10px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	border-radius:10px;
    font: bold 12px/25px Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;

}

/* ul框架背景透明 */
.touMul{background-color:rgb(155,96,64);filter:alpha(opacity=50);background: rgba(155,96,64,0.5);}

/* li背景透明 */
.touM{background-color:#CCC;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5; border-radius:50%; overflow:hidden;}




/*右侧联系图标，贴边*/
.commonposition {display: none; position: fixed; right: 0; top: 20%; z-index: 999999;}
.commonposition a { background-color: #19191c;  background-image:url(/images/icon.png); background-repeat: no-repeat; display: block;height: 45px;margin-top: 1px; position:relative; width: 45px;}
.commonposition a span { background-color: #111111; color: #fff; display: none;font-size: 14px;height: 45px; line-height: 45px; padding-left: 50px; position: absolute;right: 0;top: 0;}
.commonposition a.HomeQQ { background-position: -362px -186px;}
.commonposition a.Homedianhua { background-position: -362px -231px;}
.commonposition a.Homexuqiu {background-position: -362px -275px;}
.commonposition a.Homeweixin {background-position: -362px -322px;}
.commonposition a.Hometop { background-color: #484848;background-position: -362px -370px;}

/*联系图标靠边，鼠标移动到上面的样式。*/
.commonposition a span.QQbggray {background-image:url(/images/icon.png);background-position: -360px -186px; background-repeat: no-repeat;width: 90px;}
.commonposition a:hover span.QQbggray{ display:block;}
.commonposition a span.weixinerweima { padding: 0;right: 45px;}
.commonposition a:hover span.weixinerweima{ display:block;}
.commonposition a span.dianhuabggray { background-image:url(/images/icon.png); background-position: -362px -231px;background-repeat: no-repeat;width:120px;}
.commonposition a:hover span.dianhuabggray{ display:block;}
.commonposition a span.Homexuqiu {background-image:url(/images/icon.png);
background-position: -362px -275px;background-repeat: no-repeat;width:120px;}
.commonposition a:hover span.Homexuqiu{ display:block;}



/*头部*/
.headBox {width: 100%; height:65px; float: left; background: #ffffff;}
    .headBox .headMainBox {width: 100%; height: 65px; float: left;position:relative;}
    .headBox .headMainBox .headMain{width:1310px; height:100%; margin:0 auto;}
    .headBox .headMainBox .headMain .headLogo{width:500px; height:100%; float:left;}
    .headBox .headMainBox .headMain .headLogo img{width:auto; height:44px; float:left; margin-top:10px;}
    .headBox .headMainBox .headMain .headDH{width:670px; height:100%; float:left;}

    .headBox .headMainBox .headMain .headLanguage{width:auto; height:100%; float:right;}
    .headBox .headMainBox .headMain .headLanguage ul{width:100%; height:100%; float:left;}
    .headBox .headMainBox .headMain .headLanguage ul li{width: auto; height: 100%; float: left; text-align: center; color:#000000;font-size:14px; line-height:65px;}
    .headBox .headMainBox .headMain .headLanguage ul li a{font-size:14px;color:#000000;}
    .headBox .headMainBox .headMain .headLanguage ul li a:hover{color:#0074e7;}


/*头部导航下拉菜单样式*/
.headDHUl { width:100%; height:40px; float:left; margin-top:23px;}
.headDHUl li{width: 107px; height: 100%;  float: left; text-align: center;}
.headDHUl li a{ font-size:14px;color:#000000; width:100%; height:100%;}
.headDHUl li a:hover{ color:#0074e7;}

.headDHUl li .mainDiv{display:none; width: 100%; height:auto; float: left; position: absolute; left: 0px; right: 0; z-index:99990; margin-top:21px;background: #F5F5F5; }

.headDHUl li .mainDiv ul{ width: 85%; height:230px; margin:0 auto; overflow:hidden;}
.headDHUl li .mainDiv ul li{ width:14.2%; height:140px; float:left; font-size:14px; margin-top:40px; margin-bottom:50px;}
.headDHUl li .mainDiv ul li a{ width:100%; height:100%; float:left;display:block;  font-size:14px; color: #000000;}
.headDHUl li .mainDiv ul li a img{width:90px; height:90px;}
.headDHUl li .mainDiv ul li a p{ width:100%; float:left; margin-top:25px;font-size:14px;}
.headDHUl li:hover .mainDiv{display:block; }
.headDHUl li:hover .mainDiv ul li a:hover{ font-size:14px;color: #999999;}

.leftImgBox{left:60px; position:absolute; top:82px; cursor:pointer;}
.rightImgBox{right:60px; position:absolute; top:82px;cursor:pointer;}

.xianUl {display:block;}
.noneUl {display:none;}


/*英文版头部导航下拉菜单样式*/








/*首页5大导航图标，旋转特效*/
/*#order_nav .list { width: 1200px; height:100%; margin: 0 auto; }
#order_nav .list li { width: 120px; height: 100%; float: left; border-radius: 50%; position: relative; margin: 0 60px 80px 60px; position: relative; cursor: pointer; -webkit-transition: .4s all; -moz-transition: .4s all; -ms-transition: .4s all; transition: .4s all; }
#order_nav .list li .icoBox { width: 102px; height: 102px; left:7px; position: absolute; border-radius: 50%; z-index: 1; -webkit-transition: .4s all; -moz-transition: .4s all; -ms-transition: .4s all; transition: .4s all; }
#order_nav .list li p { width: 100%; position: absolute;top: 110px;font-size: 16px; line-height: 30px; text-align: center;}

#order_nav .list li .img01 {  background-image:url(/images/nav_gsNews.png); background-repeat:no-repeat; width:48px; height:48px; margin:0 auto; margin-top:26px;}
#order_nav .list li .img02 { background-image:url(/images/nav_hyNews.png); background-repeat:no-repeat; width:60px; height:45px; margin:0 auto; margin-top:27px; }
#order_nav .list li .img03 { background-image:url(/images/nav_product.png); background-repeat:no-repeat; width:49px; height:49px; margin:0 auto; margin-top:25px; }
#order_nav .list li .img04 { background-image:url(/images/nav_qywh.png); background-repeat:no-repeat; width:47px; height:45px; margin:0 auto; margin-top:27px; }
#order_nav .list li .img05 { background-image:url(/images/nav_about.png); background-repeat:no-repeat; width:60px; height:48px; margin:0 auto; margin-top:26px;}

#order_nav .list li.on .icoBox { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }*/








/*首页500强LOGO*/
.indexLogoBox{width: 100%; height: auto; float: left;margin-top: 40px;}
.indexLogoBox li{width: 130px; height: 130px; float: left; margin-left: 10px; margin-right: 10px;}
.indexLogoBox li a img{width: 100%;height: 100%; float: left;}

/*首页所有新闻*/
.indexNewsBox{width: 100%; height: auto; float: left; margin-top: 10px;}
.indexNewsBox li{height:40px; font-size: 13px; line-height:40px;border-bottom: 1px #dbdbdb dashed;text-overflow: ellipsis; overflow:hidden; white-space: nowrap;}
.indexNewsBox li a{color: #837E7E;}
.indexNewsBox li a:hover{color: #0074e7;}
.indexNewsBox li a span{float:right;}



/*内页商品图片搜索class='cloud-zoom-gallery'*/





/*首页研发能力*/
.yfImgBox{width: 160px; height: 160px; float: left; margin-top: 20px; margin-left: 23%; border: 2px #e5e5e5 solid; border-radius:90px;}
.yfImgBox:hover{border:2px #151b1f solid;width: 160px; height: 160px; float: left; margin-top: 20px; margin-left: 23%; border-radius:90px; cursor:pointer;}



/*首页通用底部*/
.footBox{width: 100%; height: auto; float: left; background: #ffffff; margin-top:50px;}
.footBox .footMainBox{width: 100%; height: 135px; float: left; margin-top: 40px; overflow: hidden;}
.footBox .footMainBox .footMain{width:1200px; height:100%; margin:0 auto; overflow:hidden;}
.footBox .footMainBox .footMain .footMainDH{width:195px; height:100%; float:left;}
.footBox .footMainBox .footMain .footMainDH .pTit{font-size: 16px; height: 30px; color: #000000;}
.footBox .footMainBox .footMain .footMainDH .footDHUl{width:100%; height:auto; float:left;}
.footBox .footMainBox .footMain .footMainDH .footDHUl li{height:24px; font-size:14px;}
.footBox .footMainBox .footMain .footMainDH .footDHUl li a{color:#000000;}
.footBox .footMainBox .footMain .footMainDH .footDHUl li a:hover{color:#0074e7;}

.footBox .footMainBox .footMain .footMainLogo{width:150px; height:100%; float:left;}
.footBox .footMainBox .footMain .footMainLogo img{width:120px; height:auto; float:left; margin-top:25px;}
.footBox .footMainBox .footMain .footMainCont{width:215px; height:100%; float:right; overflow:hidden;}
.footBox .footMainBox .footMain .footMainCont p{height:20px; font-size:14px; color:#000000; text-overflow:ellipsis; width:100%; float:left; text-overflow:ellipsis; overflow:hidden; margin-bottom:10px;}
.footBox .footMainBox .footMain .footMainCont .pDz{height: 30px; line-height:30px; font-size: 14px; color: #000000; text-overflow: ellipsis; width: 100%; float: left; }

.footBox .footBqBox{width:100%; height:33px; float:left; margin-bottom:5px; margin-top:10px; overflow:hidden;}
.footBox .footBqBox .footBqMain{width:1200px; height:33px; line-height:33px; margin:0 auto;}
.footBox .footBqBox .footBqMain span{font-size:14px; color:#000000; float:left;}
.footBox .footBqBox .footBqMain ul{float:left; margin-left:20px;}
.footBox .footBqBox .footBqMain ul li{color:#000000; font-size:14px; float:left;}
.footBox .footBqBox .footBqMain ul li a{font-size:14px; color:#000000;}
.footBox .footBqBox .footBqMain ul li a:hover{color:#0074e7;}
.footBox .footBqBox .footBqMain .mobileBox{width:400px; height:auto; float:left; margin-left:120px; display:none;}
.footBox .footBqBox .footBqMain .mobileBox .mbImg {width: 100px; height: 100px; float: left;}




/*首页友情链接*/
.linkBox{width:100%; height:auto; float:left; margin-bottom:30px;}
.linkBox .linkBottom{width:1200px; height:100%; margin:0 auto;}
.linkBox .linkBottom .linkTit{
	width: 100%; height: 30px; float: left; color: #000000;
}
.linkBox .linkBottom .linkTit a{
	float: right; font-size:14px; color: #000000;
}
.linkBox .linkBottom .linkTit a:hover{
	color:#0074e7;
}
.linkBox .linkBottom .pTech{font-size:14px; color:#000000;}
.linkBox .linkBottom .pTech a{color:#000000;}
.linkBox .linkBottom .pTech a:hover{color:#0074e7;}
.linkBox .linkBottom ul{ float:left;height:100%;}
.linkBox .linkBottom ul li{ line-height:30px; float:left;margin-left:10px; margin-right:10px;}
.linkBox .linkBottom ul li a{ float:left;color:#000000;}
.linkBox .linkBottom ul li a:hover{color:#61bcff;}





/*mainBox*/
.outsideBox {width:100%; height:auto; float:left; margin-top:30px;}
.mainBox{width:1100px; margin:0 auto;}
.mainBox .mainLeftBox{width:220px; float:left;}




/*proBox*/
.divBox{width:100%;height: auto; float: left;}
.proMain{width: 1200px; height: auto; margin: 0 auto;}
.proMain .proMainDh{width:100%; height:50px; float:left; line-height:50px; border-bottom: 1px #efefef solid;}
.proMain .proMainDh .label1{font-size:16px; color:#151b1f; float:left; font-weight: bold;}
.proMain .proMainDh .label2{font-size:14px; float:right; }



/*左侧通用关于我们栏目导航*/
.aboutDHBox{width:220px; float:left;}
.aboutDHBox .aboutDHTitle{width:220px; height:60px; line-height:60px;float:left; background:#01B0F1; }
.aboutDHBox .aboutDHTitle label{font-size:16px; color:#ffffff; float:left; margin-left:30px;}

.aboutDHBox .aboutDHContent{width:220px; float:left;}
.aboutDHBox .aboutDHContent ul{ width:100%; float:left; margin-top: 10px;}
.aboutDHBox .aboutDHContent ul li{  width:100%;font-size:14px; line-height:40px; border-bottom:1px #ecebeb solid; }
.aboutDHBox .aboutDHContent ul li a{font-size:14px; margin-left: 30px; width: 160px; height: 100%; display: block;}
.aboutDHBox .aboutDHContent ul li a:hover{color: #ffffff; background:#01B0F1}




/*右侧通用BOX*/
.mainBox .mainRightBox{width:840px; height:auto; float:right;}
.mainBox .mainRightBox .mainRightTitle{width:838px; height:50px; float:left; line-height:50px; border-bottom: 1px #efefef solid;}
.mainBox .mainRightBox .mainRightTitle .label1{font-size:16px; color:#151b1f; float:left; font-weight: bold;}
.mainBox .mainRightBox .mainRightTitle .label2{font-size:14px; float:right; }
.mainBox .mainRightBox .mainRightContent{width:838px; height:auto; float:left;}





/*商品内容页图文详情切换*/
.twList{border-bottom: 1px solid #d2d2d3; border-top: 1px solid #d2d2d3; width: 100%; height: 44px; float: left;}
.twList li a:hover{color: #0074e7; font-size: 16px; border-bottom: 2px solid #0074e7;}

.moTwTit{color: #000000; float: left; font-size: 16px; width: 194px; height: 44px;  }
.moTwTit a{color: #000000; font-size: 16px; width:100%; height:42px;border:none; display:block;line-height: 42px;font-weight: normal;}
.curTwTit{color: #0074e7; float: left; font-size: 16px; width: 194px; height: 44px; }
.curTwTit a{color:#0074e7; font-size: 16px;width:100%; height:42px;border-bottom: 2px solid #0074e7; display:block;line-height: 42px;font-weight: normal; }







/*商城系统内容页*/
.mainShop{ width:800px; height:auto; margin:0 auto;}
.mainShop .shopDh{width:100%; height:50px; float:left; line-height:50px; border-bottom: 1px #efefef solid;}
.mainShop .shopDh .label1{font-size:16px; color:#151b1f; float:left; font-weight: bold;}
.mainShop .shopDh .label2{font-size:14px; float:right; }
.mainShop .shopCon{width:100%; height:auto; float:left;}
.mainShop .shopCon .shopPhoto{ width: 100%; height: auto; float: left; margin-top: 20px;}
.mainShop .shopCon .shopPhoto .shopLeft{width: 400px; height: auto; float: left;}
.mainShop .shopCon .shopPhoto .shopRight{width: 400px; height: auto; float:left;}
.mainShop .shopCon .shopPhoto .shopRight .shopName{font-size: 20px; height:auto; font-size:24px; color:#999999; overflow:hidden;}
.mainShop .shopCon .shopPhoto .shopRight .shopPrice{font-size: 18px; height: 60px; color: red;}
.mainShop .shopCon .shopPhoto .shopRight .shopGo a{width:100px; height:40px; line-height:40px;display:block;font-weight: 400;font-size: 14px;text-align: center;white-space: nowrap;vertical-align: middle;border-radius: 10px; background: #0074e7; float: left; color: #ffffff; margin-top:20px;}



/*最新文章top10*/
.recommendContent2{ width:218px; float:left; border:1px #efefef solid; border-top:none; overflow:hidden;}
.recommendPro2{ width: 100%; height: auto; float: left;}
.recommendPro2 li{width: 100%; height:50px; font-size: 14px; line-height:50px; overflow: hidden;}
.recommendPro2 li a{color: #837E7E; margin-left: 30px;}




/*新品推荐*/
.recommendContent{ width:220px; float:left; padding-top:10px; border:1px #CCCCCC solid; border-top:none; overflow:hidden;}
.recommendPro{ float:left;}
.recommendPro li{  width:220px; height:180px; float:left; text-align:center; overflow: hidden; margin-bottom: 30px;}
.recommendPro li img{  width:220px; height:auto; float:left; }
.recommendPro li p{ line-height:30px; text-align:center; display:none;
    color: #000000;}




/*使用这种注释，样式不会失效，分页样式*/
#fenyeBox{ width:100%; float:left;}


/*产品中心栏目样式*/
.promainAll{ width:100%; height: auto;float:left;}
.promainAll ul{width:100%; height: auto; margin-top:20px;}
.promainAll ul li{width:272px; height:320px; float:left; margin-right:10px; margin-left:10px; margin-bottom:40px;border:1px #efefef solid; overflow:hidden;}
.promainAll ul li a{ width:100%; height:272px; float:left; overflow: hidden;}
.promainAll ul li a img{width:100%; height:100%; float:left;}
.promainAll ul li p{width:100%; height:45px; line-height:45px; float:left; overflow:hidden;}
.promainAll ul li p a{font-size:14px;}



/*图片系统内容页*/
.mainTuNeirong{width:100%; margin:0 auto; float:left; margin-top:20px;}
.mainTuNeirong ul{ width:100%;text-align:center;margin-top:20px;}
.mainTuNeirong ul li{font-size:28px; line-height:30px; font-weight:bold;}
.mainTuNeirong .mainTuNeirongDesc{ width:100%; height: auto; float:left; margin-top:20px;}

.mainTuNeirong .mainTuNeirongDesc img{max-width:800px;}




/*商品内页相关商品列表*/
.xgProUl{width:100%; height: 100%; float:left; margin-top:20px;}
.xgProUl li{width:340px; height:420px; float:left; margin-right:20px; margin-left:20px; margin-bottom:30px; overflow:hidden;}
.xgProUl li div{width:100%; height:auto; text-align:center; overflow:hidden;}
.xgProUl li a img{width:100%; height:340px;}
.xgProUl li p{width:100%; height:40px; line-height:40px; float:left; overflow:hidden; text-align: center; margin-top:15px; background:#484848;}
.xgProUl li p a{font-size:14px; color:#ffffff; display:block; line-height:40px;}
.xgProUl li p a:hover{font-size:14px; color:#ffffff; display:block; line-height:40px; background:#0b6bcf}





/*隐藏内容页的点击查看大图按钮及文字*/
.zoom-desc div{display:none;}
.zoom-desc p{margin-top:20px;} 



/*图文介绍标题*/
.mainNeiTit{width:100%; height:40px; border-bottom:2px #efefef solid; font-size:18px; font-weight:bold; color:#151b1f; line-height:40px;}


/*文章系统*/
.mainWenzhang{width:100%; float:left;}
.mainWenzhang ul{ width:100%; margin:0 auto;margin-top:20px;}
.mainWenzhang ul li{width: 100%; height:188px; float: left;border-bottom:1px #e4e4e4 dashed; margin-bottom: 20px;}
.mainWenzhang ul li .wzLeft{width:138px; height: 115px; float: left; overflow: hidden;}
.mainWenzhang ul li .wzLeft a img{width: 100%; height:auto; float: left;}
.mainWenzhang ul li .wzRight{width:670px; height: 100%; float: right; margin-left: 20px;}
.mainWenzhang ul li .wzRight .wzTit{width: 100%; height: 40px; line-height: 40px; float: left;font-size: 20px; text-overflow: ellipsis; overflow: hidden;}

.mainWenzhang ul li .wzRight .wzSource{width: 100%; height:26px; float: left;font-size: 12px; overflow: hidden;}
.mainWenzhang ul li .wzRight .wzSource p{font-size: 12px; line-height: 24px; color: #666666;}

.mainWenzhang ul li .wzRight .wzIntro{width: 100%; height:52px; float: left;font-size: 12px; overflow: hidden;}
.mainWenzhang ul li .wzRight .wzIntro p{font-size: 12px; line-height: 24px; color: #666666;}

.mainWenzhang ul li .wzRight .wzView{width: 100%; height:70px; float: left;font-size: 12px; overflow: hidden;}
.mainWenzhang ul li .wzRight .wzView a{width:90px; height:30px; line-height: 30px;display:block;font-weight: 400;font-size: 12px;text-align: center;white-space: nowrap;vertical-align: middle;border-radius: 3px; background: #151b1f; float: right; color: #ffffff; margin-top: 30px;}
.mainWenzhang ul li .wzRight .wzView a:hover{ background:#0066d2;}




/*文章系统内容页*/
.mainWenNeirong{width:100%; height: auto; float: left;}
.mainWenNeirong ul{width:100%; text-align:center; margin-top:20px;margin-bottom: 20px;}
.mainWenNeirong ul li{font-size:18px; height: 40px;}
.mainWenNeirong ul .pSource{font-size: 12px;}

/*上一篇和下一篇*/
.mainNextBox{width: 100%; height:auto; float: left; margin-top: 10px; margin-bottom: 10px;}
.mainNextBox .pNext{ font-size: 14px; line-height: 30px;}
.mainNextBox .pPrev{ font-size: 14px; line-height: 30px;}

/*分享*/
.shareBox{width:100%; height: auto; float: left;}



/*图片内容页，图片查看样式*/
.preview{width:400px; height:465px; margin:50px 0px 0px 30px;}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:390px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(/images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(/images/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}
#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:400px; height:300px; overflow:hidden;}
.bigImg #midimg{width:400px; height:auto;}
/*查看大图框*/
.bigImg #winSelector{width:300px; height:220px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}

/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}






/*网站地图页面*/
.mapMenu { width:100%; height:auto; float:left;position:relative; }
.mapMenu li{width:120px; height:40px; line-height:40px;  text-align:center; border:1px #999999 solid; background:#dce7db; margin-bottom:70px;}
.mapMenu li a{ width:120px; font-weight:normal; font-size:14px; display:block;}
.mapMenu li ul{ width:100%; height:auto; float:left;position:absolute;}
.mapMenu li ul li{width:120px; height:40px; line-height:40px;  text-align:center; float:left;background:#f5eff6;}
.mapMenu li ul li a{ width:137px; font-size:14px; display:block;float:left;}






